Traffic throttling using iptables

It can be useful in certain cases to limit the frequency of certain request as described here.

Key code:

iptables -I INPUT -p tcp –dport 22 -i eth0 -m state –state NEW -m recent \